PageRanges

public interface PageRanges<T extends PrintSettings>

Allows configuring the page ranges to print.

Implemented by concrete PrintSettings implementations that support configuring the page ranges to print.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract Set<PageRange> pageRanges()
Returns an immutable set containing the page ranges to print.
public abstract T pageRanges(Array<PageRange> pageRanges)
public abstract T pageRanges(Set<PageRange> pageRanges)
Configures the page ranges to print.